home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ShimSerialStub.h
-
- Contains: Definitions for the serial shim interface
-
- Version: xxx put version here xxx
-
- Written by:
-
- Copyright: © 1996, 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: USB
-
- */
-
- #ifndef _SHIMSERIALSTUB_
- #define _SHIMSERIALSTUB_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- OSErr InstallShimDrvr(CFragConnectionID ConnID);
- OSErr RemoveShimDrvr(Boolean forceFlag);
- OSErr LoadShim(void);
- OSErr UnLoadShim(void);
- void ShimIOComplete(ParmBlkPtr pb, OSErr result);
-
- #endif
-